home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / mac / MACF / MGER.DIR / 00262_Script_262 < prev    next >
Text File  |  1995-10-10  |  561b  |  22 lines

  1. on mouseUp
  2.   global Clips,fullscreenG
  3.   put "inside 262"
  4.   put "fullscreenG",fullscreenG
  5.   put "just before change screenSize"
  6.   repeat with x = 9 to 18
  7.     puppetSprite x,TRUE
  8.     set the visible of sprite x to FALSE
  9.     puppetSprite x,FALSE
  10.   end repeat
  11.   puppetSprite 20,TRUE
  12.   set the visible of sprite 20 to FALSE
  13.   puppetSprite 20,FALSE
  14.   puppetSprite 46,TRUE
  15.   set the visible of sprite 46 to FALSE
  16.   puppetSprite 46,FALSE
  17.   
  18.   ChangeScreenSize Clips, "0,0", 1
  19.   put "the frame",the frame
  20.   put "just after change screen size"
  21.   
  22. end